home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- global voice
- if not (voice = 1) then
- sound stop 2
- end if
- puppetPalette("bbs palette")
- if the soundEnabled = 0 then
- puppetSprite(48, 1)
- set the castNum of sprite 48 to cast "SoundOff5"
- end if
- updateStage()
- end
-
- on mouseDown
- if (the clickOn >= 17) and (the clickOn <= 20) then
- BUTTONDOWN()
- else
- if the clickOn = 48 then
- puppetSound("click")
- end if
- end if
- end
-
- on mouseUp
- puppetSprite(48, 0)
- if the clickOn = 20 then
- RETURNBUTTON()
- end if
- if the clickOn = 17 then
- INFOBUTTON()
- end if
- if the clickOn = 18 then
- HIDEBUTTON()
- end if
- if the clickOn = 48 then
- CHANGESOUND5()
- end if
- end
-
- on exitFrame
- global fixpal
- go(the frame)
- patchpal()
- end
-